Most linked
code:main.js
// ==UserScript==
// @name リンクの多いページを見る
// @version 0.1
// @description try to take over the world!
// @author You
// @grant none
// ==/UserScript==
setTimeout(() => {
document.querySelector("#dropdownMenuSort + ul > li:nth-child(7) > a").click();
}, 2200);